home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00047.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  253 b   |  23 lines

  1. on enterFrame
  2.   puppetPalette(0)
  3.   updateStage()
  4. end
  5.  
  6. on mouseDown
  7.   if the clickOn = 33 then
  8.     BUTTONDOWN()
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   if the clickOn = 33 then
  14.     go("showmovie")
  15.   end if
  16. end
  17.  
  18. on exitFrame
  19.   global fixpal
  20.   patchpal()
  21.   pause()
  22. end
  23.